home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / jwps16.zip / JWPS.TXT < prev    next >
PGP Signed Message  |  1994-04-22  |  6KB  |  169 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. J's Windows PGP Shell
  5.  
  6. Just a small little shell program to help you manage keys, and encrypt
  7. and sign documents without messing with all those nasty PGP switches.
  8.  
  9. file list:
  10.     keys.asc        armor extraction of my public keys
  11.     sign.asc        my signatures of JWPS.EXE and JWPS.HLP
  12.     jwps.exe        the shell program itself
  13.     jwps.hlp        the help file for the shell
  14.     jwps.wri        this file, windows write version
  15.     jwps.txt        this file, text version
  16.     basrook.wav     sooner or later, you'll hear it...
  17.     
  18.     various .vbx files      needed to run the program
  19.  
  20. VBRUN300.DLL is required, but not included as of version 1.41
  21.  
  22. To install:
  23.  
  24.     First, you MUST install PGP itself.  Before windows is started,
  25. PGPPATH, TEMP and TZ must be defined in the environment (using the SET
  26. statement, usually in autoexec.bat).
  27.  
  28.     Then, unzip the JWPSvvvv.ZIP program into its own temporary
  29. subdirectory, and run SETUP.EXE from that directory.
  30.  
  31.     I recommend using the PGP subdirectory for the JWPS program
  32. location, but that is not required.
  33.  
  34.     Now you can use that icon to "autodetect" any files that are
  35. dragged over the icon.  If you start that icon by itself, it will
  36. automatically detect and en/decrypt the clipboard.
  37.  
  38. Any problems, bugs, comments, or praise to:
  39.     jsnyder@ccwf.cc.utexas.edu
  40.  
  41. And remember -- if you have just half as much fun using JWPS as I had writing it,
  42. then I've had twice as much fun as you.
  43.  
  44. J Snyder
  45. - -------------- Revision History -------------------------------
  46. changes from 1.5 to 1.6
  47.  
  48. added armorlines option to encryption options menu
  49.  
  50. Save options also saves window position
  51.  
  52. added Set Drop Recipients (for drop encryption, not just signing)
  53.  
  54. Now when you "create" a new ring file, no crashing!
  55.  
  56. Armor & text checked & disabled when either
  57.     1)using the clipboard, or
  58.     2)clear signing
  59. Encrypt checked when no signature (you *have* to do something!)
  60. If you are signing, and then select encrypt, switch to embedded
  61. Detached or clear signature turns off encrypt
  62. (in other words, the checked menus now reflect what PGP will do,
  63. and guard against something unexpected happening), because now I
  64.  
  65. Added status bar at the bottom to indicate current options
  66. - ---------------------------------------------------------------
  67. changes from 1.4 to 1.5
  68.  
  69. vbrun300.dll no longer included, but still required.  Saves over
  70. 200K from the install ZIP file...
  71.  
  72. setup program defaults destination directory to PGPPATH
  73.  
  74. Help menu works now.  Finally!  Search never had a problem,
  75. but now Contents & Index work properly...
  76.  
  77. moved JWPS.INI to the PGPPATH directory.
  78.  
  79. All is quiet again, except the more info screen.
  80. - ---------------------------------------------------------------
  81. changes from 1.3 to 1.4
  82.  
  83. Completely fixed the ability to use external/alternate public and
  84. private ring files.
  85. Used the setup program to create the 3 extra icons for drag and drop
  86. operation.  Moved the INI file to the PGPPATH directory (I also move
  87. the current INI file there, if it already exists...).
  88.  
  89. And look!  A new, prettier icon...
  90.  
  91. I also make sure config.txt exists before I try to rename it...
  92. - ---------------------------------------------------------------
  93. changes from v 1.2 to 1.3
  94.  
  95. .INI file does not *need* to be located in c:\windows
  96.  
  97. added drag & drop with -e -d and -a switches.  If the program is
  98. started with one of these switches, but no filename, then the
  99. clipboard will be encrypted, decrypted, or auto-detected,
  100. respectively.
  101.  
  102. Now when JWPS recreates the public & secret info data files, they are
  103. *actually* read in and used to update the list boxes.  Duuuuuuhhhhhhh.
  104. I make things that *go*.
  105.  
  106. Check for file existance almost constantly.  I also reduced the
  107. program size by ~ 40K by putting common routines into global sub's
  108. and functions.
  109.  
  110. Clear signatures are only meaningful with the text option on.  I now
  111. reflect that.  Also, the clipboard will only operate using both text
  112. and armor options, and this too is shown.
  113.  
  114. Two reasons why I don't want to read in trust information:
  115.     1) too slow, and I would probably be better off actually
  116.        *porting* PGP to the windows API.  Then I couldn't
  117.        export JWPS.  Not interested, thanks...
  118.     2) trust is probably too confidential for me to have floating
  119.        around.  I can't free up stack space like PGP can.
  120. No. 1 is real.  No. 2 is contrived.  If too many people ask, I will
  121. add it in, perhaps as a start-up option.
  122.  
  123. If you remove one of your own keys from the public ring, it will ask
  124. if you also want to remove it from your secret ring.
  125.  
  126. Corrected the use of alternate ring files.
  127.  
  128. Added *much* more to the help file!
  129. - ---------------------------------------------------------------
  130. changes from v 1.1 to 1.2
  131.  
  132. Now you can check the pause on decrypt option!  Oops...
  133.  
  134. Will not crash if using clipboard & there is no file to read in...
  135.  
  136. will let you cancel from a file dialog
  137.  
  138. fixed icon & ability to minimize app
  139. - ---------------------------------------------------------------
  140. Changes from v 1.0 to 1.1
  141.  
  142. config.txt only replaced while shelling out to PGP.
  143.  
  144. Added dialog box for generating keys, asking for key length & exponent
  145. length, along with several defaults.  This allows you to generate keys
  146. that are up to 1264 bits long on a DOS system.  How interesting that
  147. the political conecpt of lowest common denominator comes into play for
  148. an encryption program shell based on huge prime numbers!
  149.  
  150. Added ability to extract more than one key at a time.
  151.  
  152. Added pause on decrypt option so signatures can be verified.
  153.  
  154. Added context-sensitive help.
  155.  
  156. Added full ACII armor version of my public keys to help file for
  157. ZIP file verification.
  158. - -------------------------end of document---------------------
  159.  
  160.  
  161. -----BEGIN PGP SIGNATURE-----
  162. Version: 2.3a
  163.  
  164. iQCzAgUBLbd7gwvfnH31hcONAQHZlgTtFddnyONpU/5PjoJN7LvarzUTWHoSmul8
  165. qZpEjQE8qHAe4mQ+uzPVk8chUZqS9SWhSPBES1vQYhVWod+wiSeOt3NdjgII4D6+
  166. kBAshmdZkM8kipU4O+HqBDHCDH3qZgH8/o4SS8ym+BJy+auUG0CT37hUSeYz6otC
  167. OVLzNtdknW78oVSJBar4r6ONAuFsAqYv7IUynI+TnXvHzcAjYtE=
  168. =ruvD
  169. -----END PGP SIGNATURE-----